v6

latestOpenAPI 3.1.02026-08-047720752.5 KB
Records

Get a record

Gets a single person, company or other record by its record_id.

Required scopes: record_permission:read, object_configuration:read.

get/v2/objects/{object}/records/{record_id}

Path parameters

objectstring required

A UUID or slug identifying the object that the record belongs to.

Example:people
record_idstring uuid required

A UUID identifying the record.

Example:891dcbfc-9141-415d-9b2a-2238a6cc012d

Response

Success

Example response

{
  "data": {
    "id": {
      "workspace_id": "14beef7a-99f7-4534-a87e-70b564330a4c",
      "object_id": "97052eb9-e65e-443f-a297-f2d9a4a7f795",
      "record_id": "bf071e1f-6035-429d-b874-d83ea64ea13b"
    },
    "created_at": "2022-11-21T13:22:49.061281000Z",
    "web_url": "https://app.attio.com/salarya/person/bf071e1f-6035-429d-b874-d83ea64ea13b"
  }
}