DeploymentTargetTags
Get DeploymentTargetTags by DeploymentTargetTag IDs and Machine ID (deployment target ID).
Gets a paginated list of DeploymentTargetTag.
get/deploymenttargettags
Query parameters
machineIdsstring[]
The Machine ID to filter by.
skipinteger
Number of items to skip. Defaults to zero
tagsstring[]
The DeploymentTargetTag IDs to filter by.
takeinteger
Number of items to take. Defaults to 30
Response
The requested DeploymentTargetTags.
Example response
{
"DeploymentTargetTags": [
{
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.