GET Incident

The requirements for an HTTP GET request for an Incident resource URI are in the table. An example is also included.

Table 1. GET - Incident
HTTP Method: GET
Request Headers: Authorization Required. See the Configuring Control Desk section of this document.
Host Required
Accept:
application/json
Request Body: N/A
Example URIs:

http://localhost:7001/maximo/oslc/os/oslcincident/_SU5DSURFTlQvMTAxMA--

Example:

Substitute the example host and port with your host and port.
GET http://localhost:7001/maximo/oslc/os/oslcincident/_SU5DSURFTlQvMTAxMA--
Accept: application/json
 {
    "rdf:type":[
        {
            "rdf:resource":"http://jazz.net/ns/ism/helpdesk/sccd#Incident"
        }
    ],
    "prefixes":{
        "rdf":"http://www.w3.org/1999/02/22-rdf-syntax-ns#",
        "dcterms":"http://purl.org/dc/terms/",
        "oslc":"http://open-services.net/ns/core#",
        "sccd":"http://jazz.net/ns/ism/helpdesk/sccd#"
    },
    "oslc:shortId":"1011",
    "oslc:modifiedBy":{
        "rdf:resource":"http://localhost/maximo/oslc/os/sccdoslcperson/
_TUFYQURNSU4-"
    },

    "dcterms:creator":{
        "rdf:resource":"http://localhost/maximo/oslc/os/sccdoslcperson/
_TUFYQURNSU4-"
    },
    "dcterms:created":"2013-07-02T16:43:31-04:00",
    "dcterms:title":"My New Incident",
    "rdf:about":"http://localhost/maximo/oslc/os/oslcincident/_WysoJyl
_IElOQ0lERU5UXS8xMDI026",
    "dcterms:identifier":"61",
    "dcterms:modified":"2013-07-02T16:43:31-04:00",
    "sccd:status":{
        "rdf:resource":"http://localhost/maximo/oslc/os/sccdoslcsyndomain/
_SU5DSURFTlRTVEFUVVMvTkVXL35OVUxMfi9_TlVMTH4vfk5VTEx_L1soJykg0JnQl9CoXQ--"


Feedback