v1
latestSwagger 2.02026-08-04244186228.2 KBorganizations
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"
}
]
}