Get project content metadata

get/projects/{projectId}/contents/{contentId}

Returns the metadata information for the project content that is associated with the specified project ID and content ID.

Request Samples

Response Samples

1{
2 "createdBy": "string",
3 "modifiedBy": "string",
4 "creationTimeStamp": "2019-08-24T14:15:22Z",
5 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
6 "name": "string",
7 "projectId": "string",
8 "fileUri": "string",
9 "role": "string",
10 "key": "string",
11 "version": 2
12}

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The unique identifier for the project.

contentId
string
true

The unique identifier for the project content.

Responses

StatusMeaningDescription
200OK

The request succeeded. The project content metadata information was returned.

HeadersSchema
404Not Found

No project content exists at the requested path.

Schema