This endpoint fetches and returns a specific configuration's details. The configuration ID parameter, which was provided when the configuration was created through the POST request, is need to retrieve the configuration details.
Note: The user needs to authenticate with their ThingSpace credentials using the Access/Bearer and Session/M2M tokens in order to call this API.
thingspace_oauth sessionToken Access/Bearer token needed to authorize the user. The Bearer/Access Token should be acquired by using the ThingSpace Portal (thingspace.verizon.com). For details on how to obtain the token please refer to the
In: header
This is the Session/M2M token needed to authenticate the user. It should be acquired by using the ThingSpace APIs. For detail on how to obtain a Session/M2M token please refer to the
In: header
The configuration identifier
^[0-9a-fA-F]{8}-?[0-9a-fA-F]{4}-?4[0-9a-fA-F]{3}-?[89abAB][0-9a-fA-F]{3}-?[0-9a-fA-F]{12}$32 <= length <= 36The vendor's identifier
^[a-zA-Z0-9]+$1 <= length <= 64application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/application/configurations/geofence?id=18bac1ff-c7bd-44d9-a7ad-06a093a94713" \ -H "VendorID: VerizonETX"{ "id": "a4fcd16a-343d-4527-8203-2f46e3e4ff4b", "vendorId": "VerizonETX", "name": "string", "description": "string", "geoFence": { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "LineString", "coordinates": [ [ -180, -180 ], [ -180, -180 ] ] }, "properties": {} } ] }, "messageStandard": "etsi", "messages": [ { "isPrivate": true, "roadUserType": [ "VulnerableRoadUser" ], "triggerConditions": [ "enter" ], "limits": [ { "speed": { "min": 0, "max": 0 } } ], "distributionType": [ "Targeted" ], "distributionSchedule": { "repeatPeriod": 5, "duration": 1, "startTime": "2042-07-21T17:32:28Z" }, "generic": { "messageType": "string", "messageFormat": "string", "payload": "string" } } ], "isActive": true}{ "error": "Error Summary", "description": "Error Description"}{ "error": "Error Summary", "description": "Error Description"}{ "error": "Error Summary", "description": "Error Description"}{ "error": "Error Summary", "description": "Error Description"}