TrenchSynergies
The resource TrenchSynergies has the following endpoints:
GET /api/v1/trench-synergies/{gipodId}
Description
Get the details of a given trench synergy.
Resource URL
GET /api/v1/trench-synergies/{gipodId} (Swagger)
Scope
gipod_ts_read
Example(s)
Response samples are provided in Swagger.
PATCH /api/v1/trench-synergies/{gipodId}
Description
Partial modifications of a trench synergy. Supported modifications are indicated in the request sample.
Resource URL
PATCH /api/v1/trench-synergies/{gipodId} (Swagger)
Scope
gipod_ts_write
Examples
Supported modifications are provided in Swagger.
GET /api/v1/trench-synergies/{gipodId}/contactorganisations/{contactId}
Description
Retrieve the details of a contact organisation in the given trench synergy.
Resource URL
GET /api/v1/trench-synergies/{gipodId}/contactorganisations/{contactId} (Swagger)
Scope
gipod_ts_read
Example(s)
Response samples are provided in Swagger.
PUT /api/v1/trench-synergies/{gipodId}/contactorganisations/{contactId}
Description
Modify the contact information of a trench synergy.
Resource URL
PUT /api/v1/trench-synergies/{gipodId}/contactorganisations/{contactId} (Swagger)
Scope
gipod_ts_write
Example(s)
Request and response samples are available in Swagger.
DELETE /api/v1/trench-synergies/{gipodId}/contactorganisations/{contactId}
Description
Remove the contact organisation of a trench synergy.
Resource URL
Scope
gipod_pdo_write
Example(s)
Response samples are provided in Swagger.
GET /v1/api/v1/trench-synergies
Description
Search for trench synergies that match the specified search criteria.
Resource URL
GET /v1/api/v1/trench-synergies (Swagger)
Scope
gipod_ts_read
Example(s)
Response samples are provided in Swagger.
PUT /api/v1/trench-synergies/{gipodId}/pilot
Description
Transfer the pilot to another organisation for a trench synergy.
Resource URL
PUT /api/v1/trench-synergies/{gipodId}/pilot (Swagger)
Scope
gipod_ts_write
Example(s)
Request and response samples are available in Swagger.
POST /api/v1/trench-synergies/{gipodId}/contactorganisations
Description
Add the contact organisation of a trench synergy.
Resource URL
Scope
gipod_ts_write
Example(s)
Request and response samples are provided in Swagger.