I have successfully used the API to read schedule and job descriptors, but I am trying to read the job data. The API documentation says that when reading job data the Content-type is application/octet-stream which is ultimately binary data. How can I actually read this when all the other responses are content-type: application/json?
What file extension will let me read the binary data? Or is there a way to convert it after receiving the response? What is the correct format for the octet-stream? The API documentation does not say.
Question
Artey
I have successfully used the API to read schedule and job descriptors, but I am trying to read the job data. The API documentation says that when reading job data the Content-type is application/octet-stream which is ultimately binary data. How can I actually read this when all the other responses are content-type: application/json?
What file extension will let me read the binary data? Or is there a way to convert it after receiving the response? What is the correct format for the octet-stream? The API documentation does not say.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now