Get games developed by an organization.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
No description available.
feed
array
Required
No description available.
totalCount
integer
Optional
Total number of games with this role for the organization.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"feed"
],
"properties": {
"feed": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#gameFeedViewItem",
"type": "ref"
}
},
"cursor": {
"type": "string"
},
"totalCount": {
"type": "integer",
"description": "Total number of games with this role for the organization."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"org"
],
"properties": {
"org": {
"type": "string",
"format": "at-uri",
"description": "The AT URI of the organization profile."
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Get games developed by an organization."
}