Spaces
Get usage of a specific Git credential
get/{spaceId}/git-credentials/{id}/usage
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
idstring required
Id of the Git credential to get usage for
Response
The requested Git Credential Usage
Example response
{
"Projects": [
{
"ProjectId": "Projects-1"
}
]
}