ProjectComponents
List all ProjectComponents
Retrieves all the Components of a project.
GET
Authorizations
Path Parameters
Body
application/json
Filter components by category.
Available options:
data_collection
Filter components by sub category.
Available options:
analytics
, warehouse
, attribution
Response
200 - application/json
Whether there are more objects beyond the ones returned. You can use it to decide whether to show the user a “load more” button, for example.
The last key of the list. You can use its value on the start_key
parameter to fetch the next page of the list.
String representing the object’s type. Objects of the same type share the same value.
The URL where this list can be accessed.
Was this page helpful?