Querying API Group Quantities
Function
This API is used to query the number of API groups that have been listed and the number of API groups that have not been listed.
URI
The following table lists the HTTP/HTTPS request method and URI of the API.
Request Method | URI |
---|---|
GET | /v1.0/apigw/resources/outline/groups |
Request
N/A
Response
Parameter | Type | Description |
---|---|---|
offsell_nums | Integer | Number of API groups that have not been listed on KooGallery |
onsell_nums | Integer | Number of API groups that have been listed on KooGallery |
Example response:
{"offsell_nums": 1,"onsell_nums": 2}
Status Codes
Status Code | Description |
---|---|
200 | OK |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
500 | Server Internal Error |
Parent topic: Resource Query
- Function
- URI
- Request
- Response
- Status Codes