Get project resource

get/projects/{projectId}/resources/{resourceId}

Returns the specified resource. HEAD is also supported and returns status and headers only.

Request Samples

1

Response Samples

1{
2 "resourceUri": "http://example.com",
3 "version": 0,
4 "properties": {
5 "property1": "string",
6 "property2": "string"
7 },
8 "id": "string",
9 "name": "string",
10 "description": "string",
11 "contentType": "string",
12 "statusCode": 0,
13 "errorMessage": "string",
14 "createdBy": "string",
15 "creationTimeStamp": "2019-08-24T14:15:22Z",
16 "modifiedBy": "string",
17 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
18 "links": [
19 {
20 "method": "string",
21 "rel": "string",
22 "uri": "string",
23 "href": "string",
24 "title": "string",
25 "type": "string",
26 "itemType": "string",
27 "responseType": "string",
28 "responseItemType": "string"
29 }
30 ]
31}

Path Parameters

NameTypeRequiredDescription
projectId
string<object-id>
true

The identifier of a specific project.

resourceId
string
true

Unique identifier of the resource.

Responses

StatusMeaningDescription
200OK

The request succeeded. The project's resource was returned.

HeadersSchema
404Not Found

The project or resource does not exist.

Schema