Retrieve ArtifactType by ID
GET {{baseUrl}}/api/v3/artifactTypes/:uniqueId?fields=<string>&fields=<string>&count=<string>
Returns a single ArtifactType corresponding to provided uniqueId
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | ArtifactType subentity fields to include in response (See OPTIONS endpoint for valid values) | |
fields | string | ArtifactType subentity fields to include in response (See OPTIONS endpoint for valid values) | |
count | string | Boolean that detnotes whether counts should be returned in the resultset |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"dataType":"\u003cstring\u003e","derivedLink":"\u003cboolean\u003e","description":"\u003cstring\u003e","id":"\u003clong\u003e","intelType":"\u003cstring\u003e","name":"\u003cstring\u003e"}