Spaces
Get a collection of Git credentials
get/{spaceId}/git-credentials/v1
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
Query parameters
namestring
Filters credentials matching any part of the name fragment
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
The requested Git Credentials
Example response
{
"GitCredentials": {
"Items": [
{
"SpaceId": "Spaces-1"
}
]
}
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.