Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GET /api/v1/groundworks/{gipodId} (Swagger)

Scopes

...

  • gipod_pdo
  • gipod_read

Example(s)

TBD

Code Block
languagexml
themeDJango
Code sample TBD
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": {},
  "property2": {}
}

...

GET /api/v1/groundworks/{gipodId}/occurrences (Swagger)

Scopes

...

  • gipod_pdo
  • gipod_read

Example(s)

TBD

Code Block
languagexml
themeDJango
Code sample TBD
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": {},
  "property2": {}
}

...

GET /api/v1/groundworks/{gipodId}/contactorganisations/{contactId} (Swagger)

Scopes

...

  • gipod_pdo
  • gipod_read

Example(s)

TBD

Code Block
languagexml
themeDJango
Code sample TBD
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": {},
  "property2": {}
}

...

GET /api/v1/groundworks/{gipodId}/zones/{zoneId} (Swagger)

Scopes

...

  • gipod_pdo
  • gipod_read

Example(s)

TBD

Code Block
languagexml
themeDJango
Code sample TBD
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": {},
  "property2": {}
}

...

Resource URL

POST /api/v1/groundworks

...

Scope

gipod_pdo

Example

Register a category 1 groundwork of type "Electriciteit" that is planned from 01/07/2020 till 31/07/2020 with an estimated duration of 5 days

...

PUT /api/v1/groundworks/{gipodId}/zones/{zoneId} (Swagger link TBD)

...

Scope

TBDgipod_pdo

Example(s)

TBD

Code Block
languagexml
themeDJango
Code sample TBD
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": {},
  "property2": {}
}

...