# Lettura del logo aziendale

Per recuperare le informazioni relative al logo aziendale sarà sufficiente recuperare le informazioni dell'azienda desiderata tramite le api di lettura anagrafica:

ref: https://digital-docs.ts-paas.com/books/anagrafica/page/endpoint-di-lettura

##### API Base Url:

dev: [https://registry-read-dev.agyo.io/api](https://registry-read-test.agyo.io/swagger-ui.html)

test: [https://registry-read-test.agyo.io/api](https://registry-read-test.agyo.io/swagger-ui.html)

prod: [https://registry-read.agyo.io/api](https://registry-read-test.agyo.io/swagger-ui.html)

##### Swagger:

[https://registry-read-test.agyo.io/swagger-ui.html](https://registry-read-test.agyo.io/swagger-ui.html)

Le informazioni relative al logo si troveranno dei "details", ref: [https://digital-docs.ts-paas.com/books/anagrafica/page/struttura-di-un-item](https://digital-docs.ts-paas.com/books/anagrafica/page/struttura-di-un-item)

```
{
	"classifier": "string",
	"description": "string",
    "firstName": "string",
    "lastName": "string",
    "gender": "string",
    "legalClass": "string",
    "birthDate": 0,
    "addresses": [{...}],
    "economics": {...},
    "contacts": [{...}],
    "professionalRegister": {...},
    "legalForm": {"code": "string","description": "string"},
    "logoUrl": "string"
}
```

- **logoUrl:** url relativo allo storage di riferimento all'ambiente al quale stiamo chiamando, dal quale recuperare il logo aziendale