GET
/
v3
/
variableCategories
curl --request GET \
  --url https://safe.dfda.earth/api/v3/variableCategories \
  --header 'Authorization: Bearer <token>'
[
  {
    "appType": "<string>",
    "causeOnly": true,
    "combinationOperation": "<string>",
    "createdTime": "<string>",
    "unitAbbreviatedName": "<string>",
    "unitId": 123,
    "durationOfAction": 123,
    "fillingValue": 123,
    "helpText": "<string>",
    "id": 123,
    "imageUrl": "<string>",
    "ionIcon": "<string>",
    "manualTracking": true,
    "maximumAllowedValue": "<string>",
    "measurementSynonymSingularLowercase": "<string>",
    "minimumAllowedValue": "<string>",
    "moreInfo": "<string>",
    "name": "<string>",
    "onsetDelay": 123,
    "outcome": true,
    "pngPath": "<string>",
    "pngUrl": "<string>",
    "public": true,
    "svgPath": "<string>",
    "svgUrl": "<string>",
    "updated": 123,
    "updatedTime": "<string>",
    "variableCategoryName": "Activity",
    "variableCategoryNameSingular": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Enter your bearer token in the format Bearer access_token_here

Response

200
application/json

Successful operation

The response is of type object[].