HydraCore
API by router

End user portal

Get My Profile

Get the end-user's own profile.

GET
/v1/end-user/me

Response Body

curl -X GET "https://loading/v1/end-user/me"
null

Get My Shifts

Get shifts assigned to this end-user.

GET
/v1/end-user/my-shifts

Query Parameters

status?Status
Default""

Response Body

curl -X GET "https://loading/v1/end-user/my-shifts?status="
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

Get My Timesheets

Get timesheets for this end-user.

GET
/v1/end-user/my-timesheets

Response Body

curl -X GET "https://loading/v1/end-user/my-timesheets"
null

Get My Workflows

Get active workflow records relevant to this end-user.

GET
/v1/end-user/my-workflows

Response Body

curl -X GET "https://loading/v1/end-user/my-workflows"
null