latestOpenAPI 3.1.02026-08-10128060.0 KB

5b916374c3f8

WorldBuilder
public

Get Mods

Retrieves a list of mods that the user has access to within an organization or project. Only project scoped queries may make paginated requests. Support for organization scoped queries will be removed in a future version.

get/mods/

Query parameters

limitnumber

Number of documents to return per page

startAfterstring

Unique id of the returned value object that the query should start after

endBeforestring

Unique id of the returned value object that the query should end before

fieldstring required

Field to order by. Allows nesting with dot notation, e.g. if a field is nested in an object, use 'object.field'

fieldstring

Field to search by. Allows nesting with dot notation, e.g. if a field is nested in an object, use 'object.field'

prefixstring

Prefix to search for. NOTE: Prefix searching is case sensitive.

filterByobject

Filter by field and values.

Headers

x-m2-organization-idstring required

The ID of an organization

x-m2-project-idstring

The ID of a project

Response

The relevant mods associated with the organization.

OR