Skip to main content

get-attribution-group (deprecated)

Deprecated

This command is deprecated and may be removed in a future release.

restish dci get-attribution-group id

Returns a specific attribution group by id.

Responses

200 (application/json)

OK - Attribution group returned.

{
"type": "object",
"properties": {
"attributions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"GetID": {
"type": "string"
}
}
}
},
"cloud": {
"type": "array",
"items": {
"type": "string"
}
},
"customer": {
"description": "A DocumentRef is a reference to a Firestore document.",
"type": "object",
"properties": {
"ID": {
"type": "string",
"description": "The ID of the document: the last component of the resource path."
},
"Parent": {
"description": "A CollectionRef is a reference to Firestore collection.",
"type": "object",
"properties": {
"ID": {
"type": "string",
"description": "ID is the collection identifier."
},
"Parent": {
"type": "object",
"description": "The root collection."
},
"Path": {
"type": "string",
"description": "The full resource path of the collection: \"projects/P/databases/D/documents...\""
}
}
},
"Path": {
"type": "string",
"description": "The full resource path of the document. A document \"doc-1\" in collection \"coll-1\" would be: \"projects/P/databases/D/documents/coll-1/doc-1\"."
}
}
},
"description": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"organization": {
"description": "A DocumentRef is a reference to a Firestore document.",
"type": "object",
"properties": {
"ID": {
"type": "string",
"description": "The ID of the document: the last component of the resource path."
},
"Parent": {
"description": "A CollectionRef is a reference to Firestore collection.",
"type": "object",
"properties": {
"ID": {
"type": "string",
"description": "ID is the collection identifier."
},
"Parent": {
"type": "object",
"description": "The root collection."
},
"Path": {
"type": "string",
"description": "The full resource path of the collection: \"projects/P/databases/D/documents...\""
}
}
},
"Path": {
"type": "string",
"description": "The full resource path of the document. A document \"doc-1\" in collection \"coll-1\" would be: \"projects/P/databases/D/documents/coll-1/doc-1\"."
}
}
},
"timeCreated": {
"type": "string",
"format": "date-time"
},
"timeModified": {
"type": "string",
"format": "date-time"
},
"type": {
"type": "string"
}
}
}

400 (application/json)

Bad Request - The server cannot process the request, often due to a malformed request.

{
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "Detailed error message."
}
}
}

401 (application/json)

Unauthorized - Invalid API key.

{
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "Detailed error message."
}
}
}

403 (application/json)

Forbidden - The client is not authorized to perform the request.

{
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "Detailed error message."
}
}
}

404 (application/json)

Not Found - The requested resource does not exist.

{
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "Detailed error message."
}
}
}

500 (application/json)

Internal Server Error - Something went wrong with the DoiT API server.

{
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "Detailed error message."
}
}
}

Aliases: get-attribution-group, getattributiongroup