Skip to content

Commit

Permalink
Updated parameters and limits
Browse files Browse the repository at this point in the history
  • Loading branch information
idibuseba committed Dec 10, 2018
1 parent fc92a8b commit 8c941a6
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions webservices/advert-management/get-list-of-all-archived-ads.md
@@ -1,7 +1,7 @@
<p>Method returns all archived/deleted adverts for client</p>
<h1>
Parameters</h1>
<table cellpadding="2" cellspacing="0" class="t1" width="1084.0">
<table cellpadding="2" cellspacing="0" class="t1" width="1099.0">
<thead>
<tr>
<th class="td1" scope="col" valign="middle">
Expand All @@ -24,7 +24,7 @@
<p class="p2">No</p>
</td>
<td class="td3" valign="middle">
<p class="p2">numeric offset from where to fetch adverts, default is 0</p>
<p class="p2">Numeric offset from where to fetch adverts; default is 0.</p>
</td>
</tr>
<tr>
Expand All @@ -35,7 +35,7 @@
<p class="p2">No</p>
</td>
<td class="td3" valign="middle">
<p class="p2">number of adverts to return in response, default is 10</p>
<p class="p2">Number of adverts to return in the response; default is 10, maximum is 100 (use multiple requests with offset to obtain higher amounts).</p>
</td>
</tr>
<tr>
Expand All @@ -46,7 +46,7 @@
<p class="p2">No</p>
</td>
<td class="td3" valign="middle">
<p class="p2">date from where to return adverts, format: yyyy-mm-dd OR yyyy-mm-dd HH:MM:SS. By default date is not taken into account</p>
<p class="p2">Date at or after which adverts were posted; format: yyyy-mm-dd OR yyyy-mm-dd HH:MM:SS.</p>
</td>
</tr>
<tr>
Expand All @@ -57,7 +57,7 @@
<p class="p2">No</p>
</td>
<td class="td3" valign="middle">
<p class="p2">maximum advert date. Format: yyyy-mm-dd OR yyyy-mm-dd HH:MM:SS</p>
<p class="p2">Date at or before which adverts were posted; format: yyyy-mm-dd OR yyyy-mm-dd HH:MM:SS</p>
</td>
</tr>
<tr>
Expand All @@ -68,7 +68,7 @@
<p class="p2">No</p>
</td>
<td class="td3" valign="middle">
<p class="p2">numeric (sender id). filter adverts by sender. By default return adverts of all senders</p>
<p class="p2">Filter by sender id.</p>
</td>
</tr>
<tr>
Expand All @@ -79,7 +79,7 @@
<p class="p2">No</p>
</td>
<td class="td3" valign="middle">
<p class="p2">numeric (board id). filter adverts by board id</p>
<p class="p2">Filter by job board id.</p>
</td>
</tr>
<tr>
Expand All @@ -88,7 +88,8 @@
<td class="td2" valign="middle">
No</td>
<td class="td3" valign="middle">
numeric (job id). filter adverts by job id</td>
<p>Filter by job id; multiple allowed, comma separated.</p>
</td>
</tr>
<tr>
<td class="td1" valign="middle">
Expand All @@ -98,7 +99,7 @@
<p class="p2">No</p>
</td>
<td class="td3" valign="middle">
<p class="p2">The reference of the job you wish to find records for</p>
<p class="p2">Filter by Job Reference.</p>
</td>
</tr>
<tr>
Expand All @@ -109,7 +110,7 @@
<p class="p2">No</p>
</td>
<td class="td3" valign="middle">
<p class="p2">The title of the job you wish to find records for</p>
<p class="p2">TFilter by Job Title.</p>
</td>
</tr>
<tr>
Expand All @@ -120,7 +121,7 @@
<p class="p2">No</p>
</td>
<td class="td3" valign="middle">
<p class="p2">The title or reference of the job you wish to find records for</p>
<p class="p2">Filter by Job Title or Job Reference (the string can match either).</p>
</td>
</tr>
<tr>
Expand All @@ -130,7 +131,7 @@
<p class="p2">No</p>
</td>
<td class="td3" valign="middle">
<p class="p2">date-asc or date-desc options available</p>
<p class="p2"><code>date-asc</code> or <code>date-desc</code> options available</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 8c941a6

Please sign in to comment.