0

Hail REST API Guru. I’m having trouble bringing back data from a lookup field. I have a field pointing to a MeetingDate list for a field called StatusedDate
I’ve tried ever combination of API but I can get the field StatusedDateId but not the StatusedDate.
I can see the StatusedDateId in the source but can’t quite get the expand command to work.

Here are some combinations I’ve tried:

/_api/web/lists/getbytitle(‘Facility%20Status%20List’)/items?$select=StatusedDateId/StatusedDate&$expand=StatusedDateId/StatusedDate
/_api/web/lists/getbytitle(‘Facility%20Status%20List’)/items?$select=StatusedDateId/StatusedDate&$expand=StatusedDateId, StatusedDateId/StatusedDate
/_api/web/lists/getbytitle(‘Facility%20Status%20List’)/items?$select=StatusedDateId,StatusedDateId/StatusedDate&$expand=StatusedDateId

(Visited 374 times, 1 visits today)
Add a Comment