Profile

Get profiles

get

Retrieve a list of profiles for a specific hub ID optionally filtered by profile IDs

Path parameters
hidstring · min: 6 · max: 6Required

Hub ID of the profiles

Example: 000001Pattern: \b^[0-9A-F]{6}$\b
Query parameters
pidsstringOptional

JSON array of profile IDs to retrieve e.g. pids=["0001","01FF","00A0"] or all profiles if not specified

Responses
200

Default Response

application/json
get
/api/historian/v3/profile/{hid}

Get profile PIDs

get

Retrieve a list of all profile PIDs for a specific hub ID

Path parameters
hidstring · min: 6 · max: 6Required

Hub ID of the profiles

Example: 000001Pattern: \b^[0-9A-F]{6}$\b
Responses
200

Default Response

application/json
get
/api/historian/v3/profile/{hid}/pids

Last updated

Was this helpful?