This section describes the operations related to the management of services (List of services).
List of users by project
Petition Details
- URI: api/v8.6/project/{id}/services
- Type: POST
-
Required headings:
- content-type: application/json
Parameters
Name | Data type | Obligatory | Description |
---|---|---|---|
Id | Number | Yes | Project ID. |
Body of the petition
N/A
Answer
The service will return a Json with the following information:
Example:
[
{
"Id": 2,
"Value": "Aranda Asset Management Server"
},
{
"Id": 4,
"Value": "error"
},…
]
Error messages
Code | HTTP status | Error Message |
---|---|---|
400 | BadRequest | InvalidProjectId |
500 | InternalServerError | FailureGetUsers |