Filter Project Sessions
This service returns project sessions with pagination
Filter Project Sessions
GET
{{server-url}}/project-sessions/filter
It returns list of project sessions with pagination
Query Parameters
page
Number
Represents page number. Default 0
orderDirection
String
Represents order direction. It can be ASC or DESC. Default DESC
size
Number
Represents content size. Default 10
address
String
Represents user's wallet address that project session created for.
status
String
Represents project session's status
Headers
Authorization*
String
UUID formatted access token
PROJECT-ID*
String
UUID formatted project's identifier
Example Response Body
Response Fields
id
Number
Represents project session's identifier
address
String
Represents user's wallet address that project session created for.
sessionId
String
Represents UUID formatted identifier.
status
Number
Represents project session's status
projectId
Object
Represents UUID formatted project identifier.
Last updated