Data Center Authorization API
Interact with Data Center Authorization records in ServiceNow through the ServiceNow Table API.
Base URL: /domains/servicenow/datacenterauthorization
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/u_dc_access* | GET | returns a list of Data Center Authorization records |
POST | creates a new Data Center Authorization record | |
/u_dc_access*/{sys_id}* | GET | returns a single Data Center Authorization record |
PUT | updates a single Data Center Authorization record |
Paths
GET /u_dc_access*
sysparm_query | An encoded query string used to filter the results. To generate an encoded query for the results you want, go to the list view of the table in ServiceNow and create your filter. Then right click on the last filter in the breadcrumb style filter list and select 'Copy Query'. That is the query to use here. On most tables, passing 'active=true' will return only active records. | query | string |
application/json
- 200 OK
-
Success with response body.
- result: object[]
-
object {
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
- 201 Created
-
Success with response body
- result: object
-
{
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
POST /u_dc_access*
The body to pass or that is received in a response
{
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}
- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
application/json
- 200 OK
-
Success with response body.
- result: object
-
{
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
- 201 Created
-
Success with response body
- result: object
-
{
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
GET /u_dc_access*/{sys_id}*
sysparm_display_value | Pass 'true' to return the display value of the record, pass 'false' to get the sys_id of the record, or pass 'all' to get both for reference fields. | query | string false | |
sys_id | sys_id of the record you would like to delete from the table. | path | string |
application/json
- 200 OK
-
Success with response body
- result: object
-
{
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
PUT /u_dc_access*/{sys_id}*
The body to pass or that is received in a response
{
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}
- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
application/json
- 200 OK
-
Success with response body
- result: object
-
{
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
Parameter definitions
Response definitions
- SuccessfullyRetrieved
-
Success with response body.
- result: object[]
-
object {
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
- Success
-
Success with response body.
- result: object
-
{
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
- Created
-
Success with response body
- result: object
-
{
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
- SuccessNoBody
-
Success with no response body
- BadRequest
-
The request URI does not match the APIs in the system, or the operation failed for unknown reasons. Invalid headers can also cause this error.
- Unauthorized
-
The user is not authorized to use the API.
- Forbidden
-
The requested operation is not permitted for the user. This error can also be caused by ACL failures, or business rule or data policy constraints.
- NotFound
-
The requested resource was not found. This can be caused by an ACL constraint or if the resource does not exist.
- MethodNotAllowed
-
The HTTP action is not allowed for the requested REST API, or it is not supported by any API.
- NotAcceptable
-
The endpoint does not support the response format specified in the request Accept header.
- UnsupportedMediaType
-
The endpoint does not support the format of the request body.
Schema definitions
- result: object[]
-
object {
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
- result: object
-
{
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form
{
"u_active": "false",
"u_approval_date": "2015-08-10 11:15:15",
"u_begin_date": "2015-08-10",
"u_company": "J&M Installers",
"u_email": "zaulkastillo@gmail.com",
"u_end_date": "2015-08-11",
"u_jscm": "Mark Phillips",
"u_organization": "Vendor",
"u_phone": "801-404-6740",
"u_physical_zone_3": "false",
"u_reason": "Working on carpet installation.",
"u_remove": "",
"u_renew": "",
"u_request": "RITM450316",
"u_sponsor": "Ron Zeeman",
"u_state": "Expired",
"u_type": "Temporary",
"u_user": "Oscar Castillo",
"u_zone_1": "true",
"u_zone_2": "true",
"u_zone_3": "true",
"u_zone_4": "false"
}
- u_phone: string
-
Phone field from the u_dc_access form
- u_begin_date: string (date)
-
Begin Date field from the u_dc_access form
- u_email: string
-
Email field from the u_dc_access form
- u_jscm: string (32 to 32 chars)
-
JSCM field from the u_dc_access form
- u_approval_date: string (date-time)
-
Original Approval field from the u_dc_access form
- u_physical_zone_3: boolean
-
Physical Zone 3 field from the u_dc_access form
- u_company: string
-
Company field from the u_dc_access form
- u_end_date: string (date)
-
End Date field from the u_dc_access form
- u_organization: string
-
Organization field from the u_dc_access form
- u_active: boolean
-
Active field from the u_dc_access form
- u_user: string (32 to 32 chars)
-
Person field from the u_dc_access form
- u_state: string
-
Status field from the u_dc_access form
- u_sponsor: string (32 to 32 chars)
-
Sponsor field from the u_dc_access form
- u_reason: string
-
Reason field from the u_dc_access form
- u_type: string
-
Type field from the u_dc_access form
- u_zone_1: boolean
-
OP Zone 1 field from the u_dc_access form
- u_zone_2: boolean
-
OP Zone 2 field from the u_dc_access form
- u_zone_3: boolean
-
OP Zone 3 field from the u_dc_access form
- u_zone_4: boolean
-
OP Zone 4 field from the u_dc_access form
- u_request: string (32 to 32 chars)
-
Request field from the u_dc_access form
- u_renew: string (32 to 32 chars)
-
Renew field from the u_dc_access form
- u_remove: string (32 to 32 chars)
-
Remove field from the u_dc_access form