|
Post by Caffrey on Feb 26, 2020 10:10:19 GMT
Hi All,
I have a doubt. After excerpt request, shall odata properties like @odata.id, @odata.type remain in response body? or just return data set. Please help to clarify, thank you so much.
BR, Caffrey
|
|
|
Post by jautor on Feb 26, 2020 17:32:18 GMT
They do not remain. The goal of the excerpt (either the query parameter or as a copy of payload data) is to provide just a limited set of data. If a user performs a GET with the 'excerpt' query parameter, it's a reasonable assumption that the resource has been previously retrieved and/or the static data (omitted from the excerpt) is already known.
Jeff
|
|
|
Post by Caffrey on Feb 27, 2020 2:20:35 GMT
They do not remain. The goal of the excerpt (either the query parameter or as a copy of payload data) is to provide just a limited set of data. If a user performs a GET with the 'excerpt' query parameter, it's a reasonable assumption that the resource has been previously retrieved and/or the static data (omitted from the excerpt) is already known. Jeff Got it, thank you Jeff.
|
|