Skip to content

Graph errand configuration

Get graph errand configuration entry item

Get configuration info for a graph errands path about entry to the object (keys, pets). See also /v2/errands/graph.

Request

GET /v2/errands/graph/{use}/{path}/configuration/entry

Parameters

Name Description
use What kind of node graph to retrieve. For now only fault to retrieve a graph for errand reporting.
path The identifier for the graph item.

Response

Example

 {
  "keys": {
    "editable": true,
    "types": [
      {
        "id": "2",
        "displayName": "Huvudnyckel Ja",
        "externalDisplayName": "Det är okej att gå in med huvudnyckel",
        "externalDescription": "Utföraren kommer att gå in i bostaden med huvudnyckel mellan 08:00-17:00 på vardagar."
      },
      {
        "id": "1",
        "displayName": "Huvudnyckel Nej (ring)",
        "externalDisplayName": "Gå inte in med huvudnyckel",
        "externalDescription": "Utföraren kommer att ta kontakt med hyresgästen och boka en tid för att gå in i bostaden"
      }
    ]
  },
  "pets": {
    "editable": true
  }
}
Name Description
keys Information about keys to the errand object.
pets True if its possible for the user to enter information about pets in the object.

.keys

Name Description
editable True of the user can choose how entering the object is possible for a person other then the renter.
types List of ways to entering the object for a person other then the renter.

.types

Name Description
id Unique identifier for the entry type.
displayName Name of the entry type shown in the standard (internal) user interface.
externalDisplayName Name of the entry type intended for external clients (e.g. portals or third-party integrations).
externalDescription Detailed description of the entry type intended for external clients.

.pets

Name Description
editable True if the renter can write comment about pets in the rentable object.

Get graph errand configuration fault item

Returns list of fault codes on a graph item