Retrieves functionbis with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
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": "729967b7-32b9-47fd-9d70-34d877559444",
"name": "sample string 2",
"modified_dateutc": "2026-01-11T21:03:59.994037+00:00"
}
application/xml, text/xml
Sample:
<db_functionbis xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>729967b7-32b9-47fd-9d70-34d877559444</id> <modified_dateutc>2026-01-11T21:03:59.994Z</modified_dateutc> <name>sample string 2</name> </db_functionbis>