- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Grid Memebr csv export
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2018 01:57 AM
Hi all,
is there a way to export the grid memebr as described in the followng shot?
I want to take this action with WAPI
I tried to use the example that is described in the guide
https://127.0.0.1/wapi/v2.9/fileop?_function=csv_export.
The example is used to export host and the json object is:
'{"_object": "record:host"}'
To export Member I change the object into {"_object": "member"}
The server responds with the following error:
{
"Error": "AdmConProtoError: member objects do not support CSV export.",
"code": "Client.Ibap.Proto",
"text": "member objects do not support CSV export."
}
Is it impossible to export this kind of object or is there a mistake in the request?
Thanks in advance
Re: Grid Memebr csv export
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2018 02:07 AM
Hi,
There is no mistake in the rquest. However, the member object does not support the CSV export function.