You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
I am using this syntax:
return sprLib
.list({
name: this.config.answers,
baseUrl: this.state.queryBaseUrl
})
.items({
listCols: {
dataObjectID: { dataName: "Id" },
status: { dataName: "STATUS" },
notes: { dataName: "NOTES" },
lastModifiedAt: { dataName: "Modified" },
modifiedBy: { dataName: "Editor"}
},
queryFilter:
"Title eq '" + queryString.parse(this.props.location.search).bid + "'"
})
This is in the error message: The $select query string must specify the target fields and the $expand query string must contains Editor
How can I use expand parameter in this case?
The text was updated successfully, but these errors were encountered: