Get project participant

get/projects/{projectId}/participants/{participantId}

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

Request Samples

1

Response Samples

1{
2 "id": "string",
3 "identityUri": "http://example.com",
4 "role": "contributor",
5 "version": 0,
6 "name": "string",
7 "type": "user",
8 "avatarUri": "http://example.com",
9 "createdBy": "string",
10 "creationTimeStamp": "2019-08-24T14:15:22Z",
11 "modifiedBy": "string",
12 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
13 "links": [
14 {
15 "method": "string",
16 "rel": "string",
17 "uri": "string",
18 "href": "string",
19 "title": "string",
20 "type": "string",
21 "itemType": "string",
22 "responseType": "string",
23 "responseItemType": "string"
24 }
25 ]
26}

Path Parameters

NameTypeRequiredDescription
participantId
string
true

The identifier of a specific participant.

projectId
string<object-id>
true

The identifier of a specific project.

Responses

StatusMeaningDescription
200OK

The request succeeded. The project participant was returned.

HeadersSchema
404Not Found

The project or participant does not exist.

Schema