Skip to main content
POST
/
api
/
component
/
findComponentSeekPointsByUser
Find component seekpoints by user
curl --request POST \
  --url https://api2.rhombussystems.com/api/component/findComponentSeekPointsByUser \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "durationSec": 123,
  "startTimeSecEpochExclusive": 123,
  "userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{
  "seekpoints": [
    {
      "activity": "SOUND_LOUD",
      "componentCompositeUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "customActivityColor": "BLUE",
      "customActivityDescription": "<string>",
      "customActivityDisplayName": "<string>",
      "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "originalEvent": {},
      "ownerDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
      "timestampMs": 123,
      "userUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "uuid": "AAAAAAAAAAAAAAAAAAAAAA"
    }
  ]
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json
durationSec
integer<int32> | null
startTimeSecEpochExclusive
integer<int64> | null
userUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

seekpoints
object[] | null