Projects
Projects
list projects
This endpoint returns a paginated list of projects. The projects returned are the ones that are public and have a verified organization.
The amount of items to return
10The page to return
0API version
2023-06-16Returns a paginated list of all public projects on ICR.
Callable by any access token regardless of permissions.
list internal projects
This endpoint returns a paginated list of projects as seen in app - may be non-reviewed data.
The amount of items to return
10The page to return
0API version
2023-06-16Returns a paginated list of all projects on ICR.
Callable by any access token with permissions "examiner:read".
Get internal project
This endpoint returns the given project as seen in app - may be non-reviewed data.
API version
2023-06-16Returns the project as seen on ICR.
Callable by any access token with permissions "examiner:read".
get project based on credit serialization / creditId
This endpoint returns a project if it matches the search params. One can search either by setting the serialization of the project's credit or the creditId. The project is returned in the same format as the /projects endpoint.
A credit serialization to find the project by.
ICR-ISL-354-78040-14-R-0-2021A credit id to find the project by.
exPost-2-0x51298f2f1142ecb129a2db5e6afd24f34f2e53f1API version
2023-06-16If 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 a paginated list of projects. The projects returned are the ones that are public and have a verified organization.
API version
2023-06-16This endpoint returns the project given the projectId.
Callable by any access token regardless of permissions.
Last updated