> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hirehive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Object IDs

> Human readable ID's provide a better experience for both users and developers, as they interact with and manage various entities within the system.

## Make it human readable

At HireHive we use [Human readable ID's](https://dev.to/stripe/designing-apis-for-humans-object-ids-3o5a) for our object identifiers. This was made popular by Stripe.

```
job_nBXhT202AnR1
|_| |__________|
 |        |
 |_Prefix |_Random characters
```

## List of ID's in HireHive

| Prefix      | Description               |
| ----------- | ------------------------- |
| job\_       | Job Id                    |
| cat\_       | Job category Id           |
| note\_      | The note Id               |
| usr\_       | The user Id               |
| usrcat\_    | The user category Id      |
| gst\_       | The guest Id              |
| app\_       | The application Id        |
| can\_       | The candidate Id          |
| cv\_        | The resume Id             |
| fdbk\_      | The feedback Id           |
| int\_       | The interview Id          |
| attd\_      | The interview attendee Id |
| shrdapp\_   | The shared application Id |
| form\_      | The form Id               |
| qustn\_     | The question Id           |
| opt\_       | The question option Id    |
| file\_      | The file Id               |
| tag\_       | The tag Id                |
| acc\_       | The company Id            |
| cnt\_       | The contact Id            |
| mail\_      | The email Id              |
| etmpl\_     | The email template Id     |
| pipl\_      | The pipline stage Id      |
| camp\_      | The referral campaign Id  |
| adlog\_     | The audit log Id          |
| api\_       | The api key Id            |
| wbhk\_      | The webhook Id            |
| wbhk\_evt\_ | The webhook event Id      |
