Chris Davenport/API/contacts/item
From Joomla! Documentation
< User:Chris Davenport
Joomla API: Contacts profile
Semantic descriptor | Type | Definition | Database column | Notes |
---|---|---|---|---|
name | string | http://microformats.org/profile/hcard | name | Person full name |
alias | string | http://schema.org/alternateName | alias | Alternative name used in construction of SEF URLs |
position | string | http://schema.org/jobTitle | con_position | |
address | string | http://schema.org/streetAddress | address | |
locality | string | http://schema.org/addressLocality | suburb | |
region | string | http://schema.org/addressRegion | state | |
country | string | http://schema.org/addressCountry | country | |
postcode | string | http://schema.org/postalCode | postcode | |
telephone | string | http://schema.org/telephone | telephone | |
fax | string | http://schema.org/faxNumber | fax | |
description | string | misc | Information about or by the contact | |
image | string | http://schema.org/image | image | |
string | http://schema.org/email | email_to | ||
default | boolean | default_con | True if contact is the default contact | |
published | published | published | ||
ordering | integer | ordering | Number indicating the default order in which articles should be displayed. Numbers need not be contiguous or unique. | |
mobile | string | http://schema.org/telephone | mobile | |
webpage | string | http://schema.org/url | webpage | |
sortname1 | string | http://schema.org/name | sortname1 | |
sortname2 | string | http://schema.org/name | sortname2 | |
sortname3 | string | http://schema.org/name | sortname3 | |
language | langcode | http://schema.org/Language | language | The language code of the contact? |
metakey | string | https://schema.org/keywords | metakey | Keywords associated with the contact, usually for search engines. |
metadesc | string | https://schema.org/about | metadesc | Description of contact, usually for search engines. |
metadata | string | metadata | ?? | |
featured | boolean | featured | True if contact is a featured contact. | |
publish_up | datetime | https://schema.org/datePublished | publish_up | Date and time at which contact becomes publicly visible. |
publish_down | datetime | publish_down | Date and time at which contact is removed from public visibility. | |
hits | integer | hits | Read-only count of the number of times the contact details have been viewed on the website. |