Projects
Who can use these endpoints
You can use any access token to access these endpoints.
Projects
list projects
Returns a paginated list of all public projects on ICR.
Callable by any access token regardless of permissions.
list internal projects
Returns a paginated list of all projects on ICR.
Callable by any access token with permissions "examiner:read".
Get internal project
Returns the project as seen on ICR.
Callable by any access token with permissions "examiner:read".
get project based on credit serialization / creditId
If you have a creditId or a serialization for a credit you can use this endpoint to get the project that issued the credits.
Callable by any access token regardless of permissions.
specific project
This endpoint returns the project given the projectId.
Callable by any access token regardless of permissions.
Last updated