Get projects
Gets the list of all projects registered in your Platform account.
- Use both the
limitandoffsetvalues to retrieve the data according to the defined criteria. - You can also filter results by certain values for a quicker search.
Refer to the API design section for more details about filters and pagination.
| Query Parameters |
|---|
status stringYou can use the |
title stringThe API will return the projects that contain the title you specify. |
externalId stringUse the externalId parameter to filter the projects the ID on your system. |
createdBefore stringFilter the projects that were created before the date you specify. |
createdAfter stringFilter the projects that were created after the date you specify. |
fetchMetadata integerSet this parameter to '1' to retrieve the metadata associated for each project. |
limit stringIndicates the amount of projects you want to retrieve per page. Maximum value is 500. |
offset stringNumber of projects to skip before starting to return the projects. Default value is 0. |
| Responses | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200All projects matching criteria
|