I'd like to retrieve the JSON for a Data List property. Could anyone walk me through it? #425
-
I know the content type, (Screenshot below should help. I'm having difficulty phrasing my question.) You might ask why I need them,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I discovered the
(Previously...) With enough data, I may be able to use the
|
Beta Was this translation helpful? Give feedback.
Hi @markadrake, the
DataListApiController
is restricted for backoffice auth/usage, so wouldn't be able to use on the frontend website.The guts of the
GetDataSourceItemsByDataTypeKey()
endpoint could be used in your own controller/utility/helper method. You'd need to know the data-type ID/Guid.