Skip to content

Graph errand configuration

Get graph errand configuration entry item

Get configuration info for a graph errands path neccesary to report a fault (list of fault descriptions). See also /v2/errands/graph.

Request

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

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"
      },
      {
        "id": "1",
        "displayName": "Huvudnyckel Nej (ring)"
      }
    ]
  },
  "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 Identifier of the different types to enter an object other then the renter.
displayName Discription of the different types to enter an object other then the renter.

.pets

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