How can I achieve response in the following manner { "links":{ "self": } "data":[ ... ] } whenever I implemented GetCustomUrl link is being created inside data. Is there any way to achieve this
How can I achieve response in the following manner
{
"links":{
"self":
}
"data":[
...
]
}
whenever I implemented GetCustomUrl link is being created inside data. Is there any way to achieve this