v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBExtensions
List Extensions
List Extensions under a project
get/extensions
Query parameters
per_pageinteger
Optional pagination argument that specifies the maximum number of objects to return per request
pageinteger
Optional pagination argument that specifies the page to return. If you have 140 objects and you choose to return 100 objects per page you will be able to access the last 40 objects on page 2. The default value is 1.
project_idinteger required
The ID of the project you would like to list all extensions for
Response
Return all extensions in the specified project
Example response
[
{
"experiment_count": 3,
"fields": [
{
"api_name": "text",
"default_value": "My Butterbar",
"field_type": "text",
"label": "A text field"
}
],
"id": 3000,
"name": "My Extension",
"project_id": 1000
}
]