• About
    • For Developers
  • API Reference
    • Changelog
  • Guides
    • Account creation
    • Agents async API
    • Links
LogoLogo
API Referenceatoms

Get Atom

GET
https://api.devrev.ai/atoms.get
GET
/atoms.get
1curl -G https://api.devrev.ai/atoms.get \
2 -H "Authorization: Bearer <token>" \
3 -d id=id
Try it
200Retrieved
1{
2 "atom": {
3 "created_by": {
4 "display_id": "string",
5 "id": "string",
6 "display_name": "string",
7 "display_picture": {
8 "display_id": "string",
9 "id": "string",
10 "file": {
11 "type": "string",
12 "name": "string",
13 "size": 1
14 }
15 },
16 "email": "string",
17 "full_name": "string",
18 "state": "active"
19 },
20 "created_date": "2023-01-01T12:00:00.000Z",
21 "display_id": "string",
22 "id": "string",
23 "modified_by": {
24 "display_id": "string",
25 "id": "string",
26 "display_name": "string",
27 "display_picture": {
28 "display_id": "string",
29 "id": "string",
30 "file": {
31 "type": "string",
32 "name": "string",
33 "size": 1
34 }
35 },
36 "email": "string",
37 "full_name": "string",
38 "state": "active"
39 },
40 "modified_date": "2023-01-01T12:00:00.000Z",
41 "display_name": "string",
42 "artifacts": [
43 {
44 "display_id": "string",
45 "id": "string",
46 "file": {
47 "type": "string",
48 "name": "string",
49 "size": 1
50 }
51 }
52 ],
53 "custom_fields": {},
54 "custom_schema_fragments": [
55 "don:core:dvrv-us-1:devo/example:custom_type_fragment/custom-type-fragment-id"
56 ],
57 "description": "string",
58 "domains": [
59 "string"
60 ],
61 "external_refs": [
62 "string"
63 ],
64 "owned_by": [
65 {
66 "display_id": "string",
67 "id": "string",
68 "display_name": "string",
69 "display_picture": {
70 "display_id": "string",
71 "id": "string",
72 "file": {
73 "type": "string",
74 "name": "string",
75 "size": 1
76 }
77 },
78 "email": "string",
79 "full_name": "string",
80 "state": "active"
81 }
82 ],
83 "primary_account": {
84 "display_id": "string",
85 "id": "string",
86 "display_name": "string"
87 },
88 "stock_schema_fragment": "don:core:dvrv-us-1:devo/example:custom_type_fragment/custom-type-fragment-id",
89 "subtype": "string",
90 "tags": [
91 {
92 "tag": {
93 "display_id": "string",
94 "id": "string",
95 "name": "string",
96 "style_new": {
97 "color": "string"
98 }
99 },
100 "value": "string"
101 }
102 ],
103 "tier": "string",
104 "websites": [
105 "string"
106 ]
107 }
108}
Gets the specified object.
Was this page helpful?
Previous

Get Atom (POST)

Next
Built with
Gets the specified object.

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Query parameters

idstringRequiredformat: "id"
The ID of the object to get.

Response

Success.
atomobject

Errors

Get Atom (POST)

Bearer authentication of the form Bearer <token>, where token is your auth token.