WFEProcessDefinitionInfo - WFEProcessDefinitionInfo Retrieve, Update, and Delete Methods

URI

https://164.99.19.131:8443/SentinelRESTServices/objects/wfdef-info/{Id}

Supported Methods

GET
PUT
DELETE
GET

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Response

URL Parameters

None.

Success Codes

Fault Codes

Response Data

Object type: wfdef-info
Needs description.
FieldDescription
idNeeds description.
metaThe metadata for an object, including the object type name and the URL reference to the object. Definition
nameNeeds description.
statusNeeds description.
Object type: meta
The metadata for an object, including the object type name and the URL reference to the object.
FieldDescription
@hrefThe URL reference to the object.
typeThe name of the object type

Sample Request

GET https://164.99.19.131:8443/SentinelRESTServices/objects/wfdef-info/Wildebeest
Sample Response for application/json
Status: 200
{
   "meta":{
      "type":"wfdef-info",
      "@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/wfdef-info/Wildebeest"
   },
   "id":"Wildebeest",
   "status":true,
   "name":"Wildebeest"
}
PUT

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Request

URL Parameters

None.

Success Codes

Fault Codes

Request Data

Object type: wfdef-info
Needs description.
FieldRequiredDescription
idfalseNeeds description.
namefalseNeeds description.
statusfalseNeeds description.

Object type: meta
The metadata for an object, including the object type name and the URL reference to the object.
FieldRequiredDescription
@hreffalseThe URL reference to the object.
typefalseThe name of the object type

Sample Request

PUT https://164.99.19.131:8443/SentinelRESTServices/objects/wfdef-info/Wildebeest
{
   "id":"Wildebeest",
   "status":true,
   "name":"Wildebeest"
}
Sample Response for application/json
Status: 200

DELETE

Authentication

Authentication Types
Sentinel Permissions Needed

URL Parameters

None.

Success Codes

Fault Codes

Sample Request

DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/wfdef-info/Wildebeest