Yunique.Toolkit.API

<back to all web services

JobOperations

The following routes are available for this service:
GET/v1/Job/Operations/{JobID}

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/JobOperations HTTP/1.1 
Host: plm.gerber.fila.com 
Content-Type: application/xml
Content-Length: length

<JobOperations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs">
  <JobID>0</JobID>
  <Page>0</Page>
  <PageCount>0</PageCount>
  <RecordCountOnly>0</RecordCountOnly>
</JobOperations>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<JobOperationsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs">
  <Operations xmlns:d2p1="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs.POCOs">
    <d2p1:APIRequest>
      <d2p1:Body>String</d2p1:Body>
      <d2p1:CDate>0001-01-01T00:00:00</d2p1:CDate>
      <d2p1:CUser>String</d2p1:CUser>
      <d2p1:Comment>String</d2p1:Comment>
      <d2p1:GUID>String</d2p1:GUID>
      <d2p1:Hash>String</d2p1:Hash>
      <d2p1:ID>0</d2p1:ID>
      <d2p1:URL>String</d2p1:URL>
      <d2p1:Verb>String</d2p1:Verb>
    </d2p1:APIRequest>
  </Operations>
  <RecordCount>0</RecordCount>
</JobOperationsResponse>