GET place/{placeId}/Log?nbItems={nbItems}&page={page}&l={l}
Gets the pool's logs. FREE
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
placeId |
the place's id |
integer |
Required |
nbItems |
the maxium number of items to be returned by page |
integer |
Default value is 30 |
page |
the desired page of items |
integer |
Default value is 1 |
l |
the desired language (optionnal) |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
NoContent
Flipr.Web.Api.Controllers.PlaceController+LogInfoName | Description | Type | Additional information |
---|---|---|---|
Log |
Gets the actual log |
Flipr.Data.NoSQL.Pool.ActivityLog |
None. |
SystemComment |
Gets the system comments. This field is used by the backend to textualize various structured information. |
string |
None. |
Product |
Gets the chemical product |
Flipr.Data.SQL.Chemicals.ChemicalProduct |
None. |
Type |
Gets or sets the log type |
Flipr.Data.SQL.Reporting.PoolActivity |
None. |
DoseUnit |
Gets the dose unit |
Flipr.Data.SQL.Chemicals.DosageUnit |
None. |
IconUrl |
Gets or sets the icon's url |
string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.