GET /api/admin/container_services
<aside>
💡 Add ?all=true
to include same data as in end-user api, plus the project
and user
objects from the schema below.
</aside>
SCHEMA
container_services
: Array
id
: Integername
: Stringlabel
: Stringcreated_at
: DateTimeupdated_at
: DateTimeproject
: Object
id
: Integername
: Stringuser
id
: Integerfull_name
: Stringemail
: Stringexternal_id
: Stringlabels
: ObjectGET /api/admin/container_services/{id}
Will return the same schema as the end-user api.