GET eo-press?ClientId={ClientId}&limit={limit}
Retrieve all press
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
ClientId |
string |
Required |
| limit |
Limit |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| PublishDate | date |
None. |
|
| Excerpt | string |
None. |
|
| Content | string |
None. |
|
| AuthorName | string |
None. |
|
| AuthorChapter | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Title": "sample string 1",
"PublishDate": "2026-04-01T06:32:07.553049-04:00",
"Excerpt": "sample string 2",
"Content": "sample string 3",
"AuthorName": "sample string 4",
"AuthorChapter": "sample string 5"
}
application/xml, text/xml
Sample:
<PressResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Title>sample string 1</Title> <PublishDate>2026-04-01T06:32:07.553049-04:00</PublishDate> <Excerpt>sample string 2</Excerpt> <Content>sample string 3</Content> <AuthorName>sample string 4</AuthorName> <AuthorChapter>sample string 5</AuthorChapter> </PressResult>