get https://api-prod.scopeinc.com/api/v1/project
Description
This endpoint retrieves all projects for the vendor user's vendor account. The response should be an array of project objects, each of which has all the attributes described in the previous page.
Required Parameters
None.
Optional Query Parameters
- limit
- Number of projects to be returned
- type:
Integer
- default:
100
- currentPage
- type:
Integer
- default:
0
- externalId
- type:
String
- Is used to store/fetch by saleforceId
- type:
- updatedAt
- type:
String
- format: It should contain operator and date separated by vertical line
- example:
<|1646654625
- operators supported:
<
,>
- date format:
timestamp
- type:
- updatedAtSort
- type:
String(Prisma.SortOrder)
- accepts
desc
andasc
- default orders by createdAt:
desc
- type: