DocumentToDocumentAssociations
                                            About this entity
This entity represents associations between Document Management documents within Autotask.
Entity info
| Can Create | Can Delete | Can Query | Can Update | Can have UDFs | 
|---|---|---|---|---|
| 
                                                                     true  | 
                                                                
                                                                     true  | 
                                                                true | false | false | 
Relationships
| Parent | Children | 
|---|---|
| Documents | none | 
[n] represents the zone where your database is hosted. Refer to Querying user zone information via the REST API.
| Description | URL | 
|---|---|
| Full path | https://webservices[n].autotask.net/atservicesrest/v1.0/DocumentToDocumentAssociations | 
| Entity URLs | 
                                                                     DocumentToDocumentAssociations/entityInformation (GET) DocumentToDocumentAssociations/entityInformation/fields (GET)  | 
                                                            
| Parent Entity URLs | DocumentToDocumentAssociations/{id} (GET) | 
Field definitions
The following table describes the standard Autotask fields for this entity. Refer to the following articles for more information about working with these fields:
- The entityInformation REST API call
 - Making basic query calls to the REST API
 - Advanced query features of the REST API
 
To learn how to query picklist endpoints, refer to Understanding picklists.
| Field Name | Description | Datatype | Is Required | Read-Only | Reference Name | Picklist | 
|---|---|---|---|---|---|---|
| 
                                                             associatedDocumentID  | 
                                                        
                                                             The unique identifier of the associated document.  | 
                                                        
                                                             integer  | 
                                                        
                                                             
                                                                  | 
                                                        
                                                             
  | 
                                                        Documents | 
                                                             
  | 
                                                    
| documentID | 
                                                             The unique identifier of the document.  | 
                                                        integer | 
                                                             | 
                                                        Documents | ||
| 
                                                             id  | 
                                                        
                                                             The unique identifier of this entity.  | 
                                                        
                                                             long  | 
                                                        
                                                             
                                                                  | 
                                                        
                                                             
                                                                  | 
                                                        
                                                             
  | 
                                                        
                                                             
  | 
                                                    
Additional resources
- Using Postman to explore the REST API
 - Using Swagger UI to explore REST API requests
 - Working with attachments in the REST API