GET
/
suppliers
/
{id}
/
resources
/
{resource_id}
curl --request GET \
  --url https://api.zivio.net/api/v3/suppliers/{id}/resources/{resource_id} \
  --header 'X-API-Key: <api-key>' \
  --header 'zivio-tenant-id: <api-key>'
{
  "id": "77",
  "name": "Doe, John",
  "resourceable_type": "Worker",
  "resourceable_id": "15",
  "archived_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required
zivio-tenant-id
string
header
required

Path Parameters

id
string
required
resource_id
string
required

Response

200
*/*
ok
id
integer
Example:

"77"

name
string
Example:

"Doe, John"

resourceable_type
string
Example:

"Worker"

resourceable_id
integer
Example:

"15"

archived_at
string
created_at
string
updated_at
string