You will get project folder and file list from here
Query String
pinProjectId
Mandatory
User Input
projectAlbumId
Optional
User Input
orderBy
Optional
User Input
Request Header
TokenKey
Mandatory
User Input
Content-Type
Mandatory
application/json
PerPage
Optional
User Input
Page
Mandatory
User Input
Response
TokenKey → Your-Key
Enum : OrderBy
0 - AlbumName
Album Name Ascending
1 - AlbumName
Album Name Descending
2 - CreateDate
CreateDate Ascending
3 - CreateDate
CreateDate Descending
4 - ImageName
Image Name Ascending
5 - ImageName
Image Name Descending
Project Entity
pinProjectId
Integer
projectAlbumId
Integer
orderBy
Integer
Remarks
For getting all records at a time do not add Page in request header.
Use PerPage parameter to change maximum number of records per page during population of paginated data; by default, each page contains at most 10 records at a time.
Use header parameter Page only for getting the data of that particular page in which that Project is belonging (with the same filtration logic).
If request header contains Page then it will get the first preference for populating project list.
Updated 5 minutes ago