GET api/Adressen/Projekte?status={status}
Retrieves a list of project addresses from the database.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
An containing a list of objects if successful, or a if no data is found, or a if an error occurs during the operation.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.