GET api/Images/{ID}/{NewWidth}/{NewHeight}/{FileName}

Request one/default image or picture

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

The ImageID returned from the list https://atrlayer.transmissies.nl/api/Images/List

integer

Default value is 0

NewWidth

Set new width, if NewWidth = 0 then it will be ignored, if NewWidth > 0 and NewHeight = 0 then NewHeight will be automatically calculated

integer

Default value is 0

NewHeight

Set new height, NewWidth must also be set if NewHeight > 0, if NewHeight = 0 then it will be ignored

integer

Default value is 0

FileName

For SEO purpose, feel free to make up a name for the image, WITHOUT any extension (.jpg)

string

Default value is

Body Parameters

None.

Response Information

Resource Description

a image

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.