Setup Repo
List
Retrieve a paginated list of Setup Repo records. Supports filtering, sorting, and search.
get/api/cp/dev/release
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"project_id": 1,
"version": "example_version",
"approved": 1,
"published_date": "2025-01-17T10:30:00Z",
"commit_message": "example_commit_message"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.