ActionTemplates
Get all versions of an Action Template.
get/{spaceId}/actiontemplates/{id}/versions
Path parameters
spaceIdstring required
The id of the Space that contains the Action Template.
idstring required
The id of the Action Template.
Response
The list of action template resources for each version.
Example response
[
{
"SpaceId": "Spaces-1"
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.