latestOpenAPI 3.1.02026-07-24251250397.8 KB
180db7cada27
app configs
List app configs
List all app configs for a site
get/v2/sites/{site_id}/app_configs/
Path parameters
site_idstring required
Unique identifier for a resource
Example:Ny05CEfj
Unique alphanumeric ID of the site
Query parameters
pageinteger
Sets the page number for pagination. First page is 1.
page_lengthinteger
Sets the page length (number of items you get in the response) for pagination
If page_length is not specified, the default value will be set.
Default: 10
qstring
Allows for querying results Example: app_name:+a title App configs can be queried by the following attributes:
- app_name
- id
sortstring
Allows for sorting results Example: sort=created:dsc Sort order can be one of asc, dsc App configs can be sorted by the following attributes:
- app_name
- created
- last_modified
Response
Success