|
Post by AMI_Jim on Aug 18, 2023 7:35:11 GMT
|
|
|
Post by mraineri on Aug 18, 2023 12:04:18 GMT
No, I wouldn't recommend that. For any sort of link, services don't include the client's query parameters. The next link is a little special because it's common to use $skip as a way to advance the page, but besides that it's not useful or friendly to a client to toss in other query parameters.
|
|
|
Post by AMI_Jim on Aug 21, 2023 2:11:43 GMT
Ok, got it.
Thanks for reply.
|
|
|
Post by AMI_Jim on Aug 21, 2023 2:32:25 GMT
Sorry, another question. If query parameter contains other condition beside $select. Ex: $filter The nextLink also don't need to contain the condition? In my concern is that the next page link if we don't contain the filter condition, the link result will not be user really want. Ex: /redfish/v1/Managers/Self/LogServices/AuditLog/Entries?$filter=EntryType eq 'Event' return: { . . . " [email protected]": "/redfish/v1/Managers/Self/LogServices/AuditLog/Entries?$filter=EntryType eq 'Event'&$skip=50" }
|
|