A local connector is a device used by a provider to connect diagnostic equipment to the Jifeline network.
id | string <uuid> Local connector identifier. |
label | string [ 1 .. 255 ] characters Description of the local connector. |
number | number <int32> Human-readable connector identifier. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "label": "Marcel's local",
- "number": 124
}
Retrieve a list of local connectors.
Successful response.
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0
}, - "result": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "label": "Marcel's local",
- "number": 124
}
], - "total": 3255
}
Retrieve a local connector by its identifier.
Successful response.
An error occurred - see status code and problem response for more information.
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "label": "Marcel's local",
- "number": 124
}