8.7 Get Profile/PMM Info
POST https://{{domain}}/api/v2/resource/pmminfo
Get the resource file basic info for synchronization purposes.
Request:
JSON object containing the to find:
- ProfileGroup (required): ProfileGroup matching “ProfileGroup” in the meta data, case insensitive.
- Media (required): Media name, matching “Media” in the meta data, case insensitive.
- Mode (required): Media name, matching “Mode” in the meta data, case insensitive.
Response:
Return the resource information in JSON format
Request Body
{"ProfileGroup"=>"PDF", "Media"=>"ISO Coated v2", "Mode"=>"Contone"}
RESPONSES
status: OK
{"ResourceGUID":"9c4b2cb5-3dd4-449c-b7f4-9cfba19ffded","ResourceChecksum":"A81A02870C569DCC49D10362B66FCED1CE301276","ResourceType":"NormalProfile","Domain":"Private","Timestamp":"2021-09-22T13:44:02.203Z","Meta":{"HasLinearisation":true,"MediaType":"ISO Coated v2","Mode":"Contone","Name":"PDF - ISO Coated v2 - Contone","ProfileGroup":"PDF","Variants":[{"Engine":"3rd Party","Name":"Perceptual"},{"Engine":"3rd Party","Name":"Colorimetric"},{"Engine":"3rd Party","Name":"Proofing"}]}}