URIs
Resources are identified by URIs. This topic explains how to use URIs when working with the REST API.
URI syntax
Resources are identified by URIs:
- 
                                                                
URIs are used to uniquely identify resources.
 - 
                                                                
URIs follow STD66 and RFC 3986.
 - 
                                                                
URIs are case sensitive, including entity and field names. For example, the field id is correct, but ID is incorrect.
 - 
                                                                
URIs have the following generic syntax:
<scheme name>:<hierarchical identifier>[?<query>]
 
Note: For the syntax for specifying parameters in URIs, see Variables and values.
Scheme name
Scheme is mandatory.
The http/https schemes are the only ones supported.
Hierarchical identifiers
The hierarchical identifier is mandatory.
The hierarchical identifier has the following generic syntax:
//<authority><path>
Begins with two slashes ("//").
Queries and other URI clauses
Here are guidelines for using queries and other clauses in the URI.
The following clauses can also be appended to a URI:
                                                            
 See also: 

                                                        
                                                        
                                                        
                                                        
                                                        
 
                                                                    
                                                                    
                                        
                                        