You are on page 1of 1

First I am hitting page template API and I get a response like this

If he is a learner I am hitting get or create with this REQUEST Payload:

{
page_template: "efdb3f08-ae55-4e67-8687-540bd58a073c",
user: "4b21d959-9c51-4680-9fb2-002b26bd38d6"
}

RESPONSE for this API is:

{
"Uuid":"fcccc2bb-3226-4a1a-bb0b-29b992e9d940",
"created_at":"2019-09-12T12:18:51.104644Z",
"modified_at":"2019-09-12T12:21:33.092454Z",
"Thread_uuid":"3ad2f1a7-5e92-4a93-9e6c-095013475b77",
"Page_template":"efdb3f08-ae55-4e67-8687-540bd58a073c",
"user":"4b21d959-9c51-4680-9fb2-002b26bd38d6"
}

You might also like