Projects REST Endpoints
Projects
The Projects API lets you manage and maintain the projects and project aware entities in your Oracle IoT Connected Worker Cloud Service instance. Read operations on this API can be performed by any authenticated user. The response contains only the project(s), that are accessible to the user. If an user invokes a read operation on a project that he doesn't have access to, then the response with code 403 is returned.
- Download the image of a project logo.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/logo
- Get details of a project.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}
- Get projects.
- Method: getPath:
/connectedWorker/clientapi/v2/orgs/{orgId}/projects