Retrieves the functionbis with the specified key.
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The functionbis id. |
globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult containing the functionbis, or 404 Not Found if it doesn't exist.
db_functionbis| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| name |
name |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "69f2e4bd-b87f-4663-9eba-facf3cdc65f2",
"name": "sample string 2",
"modified_dateutc": "2026-09-16T10:14:07.5330044+00:00"
}
application/xml, text/xml
Sample:
<db_functionbis xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>69f2e4bd-b87f-4663-9eba-facf3cdc65f2</id> <modified_dateutc>2026-09-16T10:14:07.533Z</modified_dateutc> <name>sample string 2</name> </db_functionbis>