public enum APISubDomain| API | 0 | Public avaliable REST API. Authentication is not required. |
| AUTHAPI | 1 | REST API requiring user authentication using their Scopos accounts. |
| INTERNAL | 2 | Scopos only internal access REST APIs. |
| Description |
Returns the Description attribute of an enum. If Description is not an attribute
returns the .toString() value.
(Defined by EnumHelper) |
| GetAttributeOfTypeT |
Gets an attribute on an enum field value
(Defined by EnumHelper) |
| SubDomainName |
When using the always production REST API calls, this function will return the
sub-domain portion of the URL.
(Defined by APISubDomainExstentions) |
| SubDomainNameWithStage |
When using the 'stage' specific REST API calls, this function will return the
sub-domain portion of the URL.
(Defined by APISubDomainExstentions) |