organizations
Shows a list of all apps that belongs to organization
get/v1/organizations/{username}/apps
Query parameters
pageinteger
sizeinteger
sortBystring
orderBystring
statusInstring[]
searchTermstring
workflowNamestring
Headers
X-Fieldsstring mask
An optional fields mask
Response
Success
Example response
{
"apps": [
{
"visibility": "PRIVATE",
"workerRole": "LABELER",
"ownerType": "USER"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.