Hi
I use { {protocol}}{ {gateway-host}}{ {gateway-url}}groups/{ {group-id}}/caseTemplate to get casetemplate
GET /v1/groups/0a3687d0-64a6-1d01-993d-ef2a00000bb0/caseTemplate HTTP/1.1 Host: rms-world-check-one-api-pilot.thomsonreuters.com Date: Wed, 15 Aug 2018 11:30:06 GMT Authorization: Signature keyId="6d10456b-5f1d-47d3-90f1-5b5f3d267f6e",algorithm="hmac-sha256",headers="(request-target) host date",signature="KYUmDcaYoMu2PvD9p94wAQlmD63TFE0xzbMwHbNwxvU=" Cache-Control: no-cache Postman-Token: 07e177ed-5ccb-484b-a1b0-d1bfbfcc4147
Got issue
FAILStatus code is 200 | AssertionError: expected response to have status code 200 but got 404 FAILCould retrieve the groupId from response | AssertionError: expected [] to have property 'groupId' FAILAt least 3 custom fields should be defined by the client administrator | AssertionError: expected [] to have property 'customFields'
How can I fix this issue?
Thanks