GET {{baseUrl}}/marketplace/users/:userId/apps?page_size=30&next_page_token=R4aF9Oj0fVM2hhezJTEmSKaBSkfesDwGy42&type=active_requests
Use this API to get all of a user's app requests. Scopes: marketplace_app:read
,marketplace_app:read:admin
Rate Limit Label: Medium
Body
PARAM
Key | Datatype | Required | Description |
page_size
|
number | The number of records returned within a single API call. | |
next_page_token
|
string | The next page token is used to paginate through large result sets. The API returns a next page token whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. | |
type
|
string | The type of app request to query: * `active_requests` — All active app requests. * `past_requests` - All past app requests. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"next_page_token": "w7587w4eiyfsudgf",
"page_size": 30,
"apps": [
{
"app_id": "nqSreNVsQ2eGzUMGnA8AHA",
"app_name": "Example App",
"app_type": "ZoomApp",
"app_usage": 1,
"app_status": "PUBLISHED",
"request_id": "zZLSQoL6S0OB6asaZ3zAOQ",
"request_date_time": "2021-07-21T17:32:28Z",
"request_status": "pending"
},
{
"app_id": "nqSreNVsQ2eGzUMGnA8AHA",
"app_name": "Example App",
"app_type": "ZoomApp",
"app_usage": 1,
"app_status": "PUBLISHED",
"request_id": "zZLSQoL6S0OB6asaZ3zAOQ",
"request_date_time": "2021-07-21T17:32:28Z",
"request_status": "pending"
}
]
} |
ENDPOINTS